home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / mac / DirectX SDK / DXSDK / samples / Multimedia / DirectPlay / SimpleClientServer / readme.txt
Text File  |  2001-10-10  |  1KB  |  35 lines

  1. //-----------------------------------------------------------------------------
  2. // 
  3. // Sample Name: SimpleClientServer Sample
  4. // 
  5. // Copyright (c) 1999-2001 Microsoft Corporation. All rights reserved.
  6. // 
  7. //-----------------------------------------------------------------------------
  8.  
  9.  
  10. Description
  11. ===========
  12.   The SimpleClientServer sample is a simple client/server application. 
  13.   It is similar in form to SimplePeer, but using the client/server interfaces.  
  14.   
  15.   The game itself is very simple, passing a single DirectPlay message to all 
  16.   connected players when the "Wave To other players" button is pressed.
  17.  
  18. Path
  19. ====
  20.   Source: DXSDK\Samples\Multimedia\DirectPlay\SimpleClientServer 
  21.  
  22.   Executable: DXSDK\Samples\Multimedia\DirectPlay\Bin
  23.  
  24. User's Guide
  25. ============
  26.   Start the SimpleServer.  Change the port if desired, and click "Start Server".  
  27.   
  28.   Start the SimpleClient.  Enter the player's name, and type in the IP address 
  29.   or leave it blank to search the subnet.  Then click "Start Search".  Click 
  30.   join when a session appears.
  31.     
  32.   After game has been joined or created, the game begins immediately.  Other players 
  33.   may join the game at any time.  
  34.  
  35.